home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / awk210.arc / MLR.AWK < prev    next >
Text File  |  1988-12-29  |  82b  |  5 lines

  1. BEGIN { RS = "" }
  2. { print NF, "----------------";print $0 }
  3. END { print NR }
  4.  
  5.